@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	-webkit-text-size-adjust: none;
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	font-family:"微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important; }
input[type="number"]{-moz-appearance:textfield;/* firefox */}

/*去掉右下角斜线*/

textarea {
	resize: none;
}
textarea::-webkit-input-placeholder{
	font-family: "微软雅黑";
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}

input,
textarea {
	border: none;
	border-radius: 0;
	font-size: .28px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
label {
	vertical-align: middle;
}
.clear{
	clear: both;
}
.clear::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.Maximg img{
	width: 100%;
	height: 100%;
}
.maximg img{
	max-height: 100%;
	max-width: 100%;
}
.maxwimg img{
	width: 100%;
	height: auto;
}
.maxhimg img{
	width: auto;
	height: 100%;
}
.over1{
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.over2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.over3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.zhong{
	text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.width{
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.wid1300{
	width: 1300px;
	margin: 0 auto;
	height: auto;
}
.wid1370{
	width: 1370px;
	margin: 0 auto;
	height: auto;
}
.clear::after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.main{
	display: block;
	width: 100%;
	height: auto;
	background-size: auto;
}
/*end*/

/*::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}*/
/*版本过低提醒*/
.guoshiPop-bg{display: block;width: 100%;height: 100%;background: #000;opacity: 0.5;position: fixed;top: 0;left: 0;z-index: 200;
filter:alpha(opacity=50);}
.guoshiPop{display: block;width: 500px;height: 200px;border-radius: 12px;background: #fff;position: fixed;top: 50%;left: 50%;margin-left: -250px;
margin-top: -140px;z-index: 201;font-size: 16px;line-height: 28px;padding: 34px 30px;}
.guoshiPop h3{font-weight: normal;color: #333;margin-bottom: 28px;}
.guoshiPop>div{text-align: center;font-size: 0;}
.guoshiPop a{display: inline-block;vertical-align: top;width: 100px;height: 42px;border: 1px solid #999;font-size: 14px;line-height: 40px;
text-decoration: none;margin: 0 5px;color: #333;border-radius: 4px;}
.guoshiPop a:hover{border-color: red;color: red;}

































